home *** CD-ROM | disk | FTP | other *** search
/ Shareware Extravaganza - Disc 4 / Shareware Extravaganza - Over 25,000 Programs (The Ultimate Shareware Company)(Disc 4 of 4)(1993).iso / cad / jul90.zip / README.DOC < prev    next >
Text File  |  1990-07-09  |  5KB  |  94 lines

  1. CADalyst   Computer Programs from July, 1990
  2. -------------------------------------------------------------------------
  3.  
  4. The file you've just un-archived (JUL90.EXE) contains all of the AutoCAD 
  5. related code which appeared in the July, 1990 issue of CADalyst magazine.  
  6. It is prepared as a service to readers of CADalyst magazine. In the unlikely 
  7. event that any of the code should prove to contain errors, please contact 
  8. CADalyst Publications, 282-810 W.  Broadway, Vancouver, BC Canada V5Z 4C9 or 
  9. call (604) 873-0517.  
  10.  
  11. The publisher makes no warranty concerning the function or fitness of any 
  12. program and/or subroutine reproduced in this archive file and shall have no 
  13. liability or responsibility to any recipient with respect to any liability, 
  14. loss or damage directly or indirectly arising out of the use of the programs 
  15. and/or subroutines contained in this archive file, including, but not limited 
  16. to, any loss of business or other incidental or consequential damages.  
  17.  
  18. (c) Copyright CADalyst Publications Ltd., 1990. All rights reserved. The 
  19. programs and/or subroutines contained in the archive file are copyright 
  20. CADalyst Publications, 1990 and/or the original authors. While you are free to 
  21. copy and use these programs and/or subroutines, any copyright notices appearing 
  22. within them must remain unaltered.  
  23.  
  24. The file names of AutoLISP routines appearing in Hot Tip Harry have been 
  25. changed to reflect the tip number rather than the author's original file name 
  26. (as in TIP250.LSP). Hatch patterns are filed under the actual hatch pattern 
  27. name and are cross-referenced to their tip number in the list below.  
  28.  
  29. The files comprise code from the following articles: 
  30.  
  31. -----------------------------------------------------------------------------
  32. THE AUTOLISP TOOLBOX (pg. 77-78)
  33.                   by Barry Bowen
  34.  
  35.     FIG1.MNU      [Article Figure 1]  Sample of POP9 Custom Linetype pop-down 
  36.                                       menu.
  37.  
  38.     FIG2.MNU      [Article Figure 2]  Sample of POP9 Material Block pop-down 
  39.                                       menu.
  40.  
  41.     CLINE.LSP     [Article Figure 3]  CLINE.LSP uses multiple insertions of 1x1 
  42.                                       unit blocks to simulate complex 
  43.                                       specialized linetypes for construction 
  44.                                       materials like plywood, marble, batt or 
  45.                                       rigid insulation, concrete or gypsum 
  46.                                       board.  
  47.                       
  48.     BLKIN.LSP     [Article Figure 4]  BLKIN.LSP is used to insert 1x1 unit 
  49.                                       blocks from within a pop-down or screen 
  50.                                       menu.  
  51.  
  52. -----------------------------------------------------------------------------
  53. THE CAD COOKBOOK (pg. 80-81)
  54.                   by Phil Kreiker
  55.  
  56.     ATTSEL.LSP                        The ATTSEL.LSP function selects a single 
  57.                                       entity, requiring a selection by a point 
  58.                                       pick. If the object selected is a block, 
  59.                                       it returns a list whose first element is 
  60.                                       the entity name of the block, whose 
  61.                                       second element is the coordinates of the 
  62.                                       pick point and whose subsequent elements 
  63.                                       are lists composed of the tag, value and 
  64.                                       insertion point of the block attributes.  
  65.  
  66. -----------------------------------------------------------------------------
  67. HOT TIP HARRY (pg. 89-91) 
  68.                   by Shelley Chapman
  69.     TIP552.LSP    Dimension To Wall Centerlines (Jeffrey Morris).......TIP552
  70.     TIP554.LSP    Defining Function Keys (James Tseng).................TIP554
  71.     TIP555.MNU    Copy-Rotate (Terry Priest)...........................TIP555
  72.     TIP540X.MNU   Offset to Current Layer (Neil Stone).................TIP540
  73.     TIP556.MNU    Update Redefined Blocks (David Alexander)............TIP556 
  74.     TIP557.LSP    Show Block Occurances (Brian Sallade)................TIP557
  75.     TIP558.LSP    Extend Crossing (Micheal Webster)....................TIP558
  76.     TIP559.PAT    CHeckered Plate Hatch Pattern (Stan Bimson)..........TIP559
  77.     TIP560.LSP    View Selected QText (Brian Sallade)..................TIP560
  78.  
  79.         NOTE: There is no code for TIPS 551 and 553. TIP540X is a shorter 
  80. version of an earlier tip. Tips month's TIPS column also contained the 
  81. following correction to an earlier tip:
  82.  
  83. TIP505X: CORRECTION
  84. COMPLEX LINE TYPES
  85.   There are two typos in my routine (Feb '90) that will inhibit its proper
  86. functioning. Halfway through the routine, within the "if-and" statement 
  87. occuring halfway through the routine, "and" is twice substituted for the 
  88. variable "ANG".
  89.  
  90. [end README.DOC]
  91. 
  92.  
  93.  
  94.